crypto/tls.Conn.setWriteTrafficSecret (method)
6 uses
crypto/tls (current package)
conn.go#L1362: c.setWriteTrafficSecret(cipherSuite, QUICEncryptionLevelInitial, newSecret)
conn.go#L1705: func (c *Conn) setWriteTrafficSecret(suite *cipherSuiteTLS13, level QUICEncryptionLevel, secret []byte) {
handshake_client_tls13.go#L493: c.setWriteTrafficSecret(hs.suite, QUICEncryptionLevelHandshake, clientSecret)
handshake_client_tls13.go#L819: c.setWriteTrafficSecret(hs.suite, QUICEncryptionLevelApplication, hs.trafficSecret)
handshake_server_tls13.go#L753: c.setWriteTrafficSecret(hs.suite, QUICEncryptionLevelHandshake, serverSecret)
handshake_server_tls13.go#L907: c.setWriteTrafficSecret(hs.suite, QUICEncryptionLevelApplication, serverSecret)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |